github.com/jackc/pgx/v5/pgtype.untypedTextArray.Quoted (field)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L104: 	Quoted     []bool
		array.go#L111: 		Quoted:     []bool{},
		array.go#L230: 			dst.Quoted = append(dst.Quoted, quoted)
		array_codec.go#L314: 		if s != "NULL" || uta.Quoted[i] {